home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / virus / is11101.zip / DRIVER.LST < prev    next >
File List  |  1995-12-22  |  2KB  |  83 lines

  1. ;DRIVER.LST
  2. ;Directions for ImageStor creation of standalone bootable disk.
  3. ;Copyright (c) 1995, McAfee Associates
  4.  
  5.  
  6. [SystemCommands]
  7. ;These commands are performed to make diskette bootable, 
  8. ; copy ImageStor files and copy BootShield files.
  9.  
  10. SYS %c: > nul
  11. LABEL %c:IS95 > nul
  12. COPY IMAGSTOR.EXE %c: > nul
  13. COPY P_IMSTOR.CPY %c:\P_IMSTOR.DAT > nul
  14. COPY ISPREFS.DAT %c: > nul
  15. COPY ISENG.EXE %c: > nul
  16.  
  17. ;BootShield files...
  18. COPY C:\MCAFEE\BSHIELD\BSSETUP.EXE %c: > nul
  19. COPY C:\MCAFEE\BSHIELD\BSSETUP.INI %c: > nul
  20. COPY C:\MCAFEE\BSHIELD\BSSHELP.HLP %c: > nul
  21.  
  22.  
  23. [AlwaysSysEnd]
  24. ;These lines are ALWAYS placed at the end of boot diskette's CONFIG.SYS
  25.  
  26. FILES=30
  27. DOS=HIGH,UMB
  28.  
  29. [AlwaysAutoexecEnd]
  30. ;These lines are ALWAYS placed at the end of boot diskette's AUTOEXEC.BAT
  31.  
  32. ECHO OFF
  33. CLS
  34. IF EXIST IMAGSTOR.EXE GOTO ISGUI
  35. IF EXIST ISENG.EXE GOTO ISTTY
  36. GOTO END
  37. :ISGUI
  38. ECHO Please wait as ImageStor '95 loads...
  39. IMAGSTOR.EXE
  40. GOTO END
  41. :ISTTY
  42. ISENG
  43. :END
  44.  
  45. [GenericSys]
  46. ;If user's CONFIG.SYS has these drivers, they are copied to boot diskette
  47. ; and will be loaded by boot diskette's CONFIG.SYS 
  48.  
  49. HIMEM
  50. EMM386
  51.  
  52. [MouseSys]
  53. ;The first DEVICE= line in user's CONFIG.SYS which contains one of these words
  54. ; will be presumed to be the DOS mouse driver, and it will be copied
  55. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  56.  
  57. MOUSE
  58.  
  59. [SCSICAMSys]
  60. ;The first line in user's CONFIG.SYS which contains one of these words
  61. ; will be presumed to be a SCSI CAM driver, and it will be copied
  62. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  63.  
  64. CAM
  65.  
  66. [ASPISys]
  67. ;The first line in user's CONFIG.SYS which contains one of these words
  68. ; will be presumed to be an ASPI SCSI driver, and it will be copied
  69. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  70.  
  71. ASPI
  72. BTDOS
  73.  
  74. [MouseDriverAutoexec]
  75. ;The first non-PATH, non-REM, non-SET line in user's AUTOEXEC.BAT 
  76. ; which contains one of these words will be presumed to be the 
  77. ; DOS mouse driver, and it will be copied to the boot diskette and 
  78. ; loaded by boot diskette's AUTOEXEC.BAT
  79.  
  80. MOUSE
  81.  
  82.  
  83.